body {
  background: #bfc9d921;
}

#new-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 108px 0 0;
  padding: 10px 0 0;
}

#new-card a {
  color: #212121;
  text-decoration: none;
}

.column-0,
.column-1 {
  width: 50%;
  margin: 0 0 0 4px;
}

.kotak {
  background: #f9f9f9;
  border-radius: 0.5rem;
  margin: 0 0 8px;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px 0px;
}

.kotak-kategori {
  width: fit-content;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  color: #348b04;
  /* background-color: #348b04; */
  border-radius: 0px 10px 10px 0px;
  padding: 0px 8px;
  margin: 8px 0 0;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* text-overflow: ellipsis;  */
}

.kotak-detail {
  padding: 8px;
}

.kotak-title {
  color: #000;
  font-size: 0.86rem;
  margin: 0 0 4px;
}

.kotak-title:hover {
  color: #348b04;
}

.kotak-harga {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.85rem;
  line-height: 2;
}

.kotak-deskripsi {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.75rem;
  color: gray;
  overflow: hidden;
}

.kotak-img {
  position: relative;
  width: 100%;
}

.kotak-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.kotak-img img {
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kotak-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #6d7588;
  margin: 8px 0;
}

.navbar {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem 0;
  width: 100%;
  background: #fff;
}

.navbar div:nth-child(1) {
  width: 70%;
  /* background: red; */
  overflow: hidden;
}

.navbar div:nth-child(2) {
  width: 30%;
  /* background: blueviolet; */
  text-align: center;
}

.navbar input {
  border: 1px solid var(--NN200, #d6dfeb);
  background: none;
  font-size: 14px;
  /* width: 100%; */
}

.navbar,
.custom-kategori {
  /* text-align: center; */
  left: 0;
  position: fixed;
  top: 0;
  height: 52px;
  z-index: 10;
}

.custom-kategori {
  width: 100%;
  box-sizing: border-box;
  box-shadow: rgb(49 53 59 / 16%) 0px 1px 2px 0px;
  top: 52px;
  display: flex;
  background: #f1f1f1;
  padding: 14px 0 8px 16px;
}

.custom-kategori a {
  text-decoration: none;
  color: #0a202e;
  text-transform: uppercase;
  font-weight: 700;
}

.subkategori-active {
  color: #348b04 !important;
  /* border-bottom: 2px solid; */
  user-select: none;
}

.custom-filter,
.subkategori-item {
  border: 1px solid var(--NN300, #bfc9d9);
  padding: 12px 8px;
  border-radius: 12px;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.custom-filter div,
.subkategori-item div {
  line-height: 4px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-subkategori-m {
  display: flex;
  overflow-x: auto;
}

::-webkit-scrollbar {
  display: none;
}

#loader {
  display: none;
  text-align: center;
  font-size: 12px;
  color: gray;
}

#data-not-found {
  display: none;
  text-align: center;
  font-size: 14px;
  color: gray;
}

#load-more {
  margin: 12px auto;
  height: 30px;
  line-height: 30px;
  position: relative;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: center;
  color: #212121;
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  cursor: pointer;
}

#sidebar {
  position: fixed;
  background-color: #fff;
  width: 300px;
  top: 0;
  left: -300px;
  height: 100vh;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 50;
  transition: 0.3s ease;
}

#sidebar-close {
  position: relative;
  height: 30px;
  width: 100%;
  font-size: 14px;
  text-align: right;
  line-height: 2;
  color: gray;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 16px;
}

.select-option {
  margin: 0 0 12px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 0 16px !important;
  text-transform: uppercase;
}

#search {
  margin-bottom: 10px;
  font-size: 14px;
  width: 90%;
}


.custom-image-container {
  position: relative;
  width: 100%;
  height: 130px;
}

.custom-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-title-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.custom-description {
  line-height: 1.3;
  font-size: 14px;
}

.custom-subkategori {
  width: fit-content;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  color: #348b04;
  /* background-color: #348b04; */
  border-radius: 0px 10px 10px 0px;
  /* padding: 0px 8px; */
  margin: 8px 0 0;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* text-overflow: ellipsis;  */
}

.custom-card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #6d7588;
  /* margin: 8px 0; */
}

.custom-card-harga {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.85rem;
  line-height: 2;
  color: #348b04;
}

.custom-card-harga:hover {
  color: lightblue;
}




.fly-btn {
  position: fixed;
  bottom: 0;
  display: flex;
  right: 0;
  z-index: 100
}

.fly-btn-item {
  width: 60px;
  height: 60px;
  background: #7fad39;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.fly-btn-caption {
  padding: 0;
  margin: -4px;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: bold;
}

.fly-btn-link {
  font-size: 24px;
}